
.linethrough {
    text-decoration: line-through;
}

.background-gradient-horizontal {
    background: #909090; /* Old browsers */
    background: -moz-linear-gradient(left, #909090 0%, #c7c7c7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #909090 0%, #c7c7c7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #909090 0%, #c7c7c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#c7c7c7', GradientType=1); /* IE6-9 */
}

.block {
    clear: both;
    display: block;
}

.dotted-border
{
    border: 1px dotted #333333;
}

.fullwidth {
    width: 100%;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

#ui-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2000;

    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #000000;
}

#ui-overlay #mainButton {
    position: absolute;
    top: 12px;
    right: 14px;
    pointer-events: painted;
}

#ui-overlay #mainButton img {
    max-width: 60px;
    height: auto;
}

#ui-overlay #window,
#ui-overlay #window-impressum-datenschutz {
    pointer-events: painted;
    /*display:none !important;*/
}
#ui-overlay #window-impressum-datenschutz {
    display: flex;
    justify-content: center;
    margin-top: 4vmin;
    margin: 10px;
}
#window-wrapper {
  max-width: 800px;
  width: 100%;

}
.impressum-datenschutzwindow {
  background: rgb(213, 212, 205);
  border: 5px solid #ffffff;
  border-right-color: rgb(132, 136, 140);
  border-bottom-color: rgb(132, 136, 140);
  box-shadow: #111 1px 1px 0 1px;
}
.impressum-datenschutzwindow > .wrapper {


}
#ui-impressum-datenschutz {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  z-index: 2000;
}
#ui-impressum-datenschutz a {
  padding: 5px;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  pointer-events: painted;
}
#ui-overlay .window {
    background: rgb(213, 212, 205);
    border: 5px solid #ffffff;
    border-right-color: rgb(132, 136, 140);
    border-bottom-color: rgb(132, 136, 140);
    box-shadow: #111 1px 1px 0 1px;
}

#ui-overlay .settingswindow {
    position: absolute;
    width: 400px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -260px;
}

#ui-overlay .infowindow {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: -20px;
    width: 100%;
    min-height: 100%;
}

.window .wrapper {
    padding: 4px;
}

.window .header {
    position: relative;
    display: block;
    width: 100%;
    color: rgb(226, 226, 226);
    padding: 5px 0px 5px 0px;
}

.window span.title {
    padding: 10px;
    font-size: 1.5em;
}

.window .content {
    padding: 20px 10px 5px 8px;
}

.window .content .logo {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}

.window .content .settings {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    color: #000000;
    margin-left: 40px;
}

.window .content .options {
    position: relative;
    display: block;
    clear: both;
    padding-top: 70px;
}

.options .wrapper {
}

.options button {
    margin-bottom: 20px;
    min-width: 60%;
    font-size: 2em;
}
