.tx-indexedsearch-icon > img {
    width: 18px;
}
/*
body #pageWrapper #content {
    -webkit-user-select: all !important;
}
*/
button:focus, input:focus , textarea:focus {
  outline: 0;
}

input[type=text], textarea {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    /*display: block;*/
    height: 100%;
    text-decoration: none;
    width: 100%;
    color: #ff7806;
}

.noTransition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

img{
    display: block;
    width: 100%;
    height: auto;
}

.visibleByPrint{ display: none !important; }
@media print { .visibleByPrint{ display: block !important; }}

.roboto{ font-family: 'Roboto', sans-serif; }
.openSans{ font-family: 'Open Sans', sans-serif; }

/* Klassen */
.inlineBlock{ display: inline-block; }
.block{ display: block; }
.black{ color: #000 !important; }
.bgGrey{ background-color: #e1e1e1 !important; }
.bold { font-weight: bold; }
.floatLeft { float: left; }
.floatRight{ float: right; }
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }
.alignCenter{ text-align: center; }
.alignLeft{ text-align: left; }
.alignRight{ text-align: right; }
.underline{ text-decoration: underline !important; }
.importantHide{ display: none !important; }
.noWrap{ white-space: nowrap; }
.normalWrap{ white-space: normal; }
.cover{ background-size: cover; }

.sizeSmall{   font-size: 50%; }
.sizeVeryBig{ font-size: 225%; }

.size60, .size60:before, .size60:after{ font-size: 60%; }
.size65, .size65:before, .size65:after{ font-size: 65%; }
.size70, .size70:before, .size70:after{ font-size: 70%; }
.size80, .size80:before, .size80:after{ font-size: 80%; }
.size90, .size90:before, .size90:after{ font-size: 90%; }
.size110, .size110:before, .size110:after{ font-size: 110%; }
.size120, .size120:before, .size120:after{ font-size: 120%; }
.size130, .size130:before, .size130:after{ font-size: 130%; }
.size140, .size140:before, .size140:after{ font-size: 140%; }
.size150, .size150:before, .size150:after{ font-size: 150%; }
.size160, .size160:before, .size160:after{ font-size: 160%; }
.size170, .size170:before, .size170:after{ font-size: 170%; }
.size180, .size180:before, .size180:after{ font-size: 180%; }
.size190, .size190:before, .size190:after{ font-size: 190%; }
.size200, .size200:before, .size200:after{ font-size: 200%; }
.size225, .size225:before, .size225:after{ font-size: 225%; }
.size250, .size250:before, .size250:after{ font-size: 250%; }
.size275, .size275:before, .size275:after{ font-size: 275%; }
.size300, .size300:before, .size300:after{ font-size: 300%; }

.italic { font-style: italic; }

.borderBox { box-sizing: border-box; }

.box2  { width:   2%; }
.box5  { width:   5%; }
.box10 { width:  10%; }
.box15 { width:  15%; }
.box20 { width:  20%; }
.box25 { width:  25%; }
.box30 { width:  30%; }
.box33 { width:  33%; }
.box35 { width:  35%; }
.box40 { width:  40%; }
.box45 { width:  45%; }
.box50 { width:  50%; }
.box55 { width:  55%; }
.box60 { width:  60%; }
.box65 { width:  65%; }
.box66 { width:  66%; margin-right: 1%; }
.box70 { width:  70%; }
.box75 { width:  75%; }
.box80 { width:  80%; }
.box85 { width:  85%; }
.box90 { width:  90%; }
.box95 { width:  95%; }
.box100{ width: 100%; }

div[class^="box"], div[class*=" box"] {
    min-height: 1px;
}

.valignTop{ vertical-align: top; }
.overflowHidden{ overflow: hidden; }
.boxCenter{ margin: 0 auto; }
.fixed{ position: fixed; }
.static{ position: static; }

.bgOrange{ background-color: #ff992a; }
.bgYellow{ background-color: #fedc6e; }
.bgWhite{ background-color: #fff;}

ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#popup {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2000;
}
#popupContentWrapper {
    background-color: white;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto 30px;
    max-width: 1000px;
    min-height: 140px;
    width: 90%;
    padding-bottom: 8px;
}

#popupContent {
    position: relative;
}
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li{
    overflow: visible;
}

iframe {
    border: medium none;
    margin-bottom: 2rem;
    width: 100%;
}
.noBorderImportant{ border: none !important;}
.contain{ background-size: contain; }
.noRepeat{ background-repeat: no-repeat; }

#popup .mobile #popupContent {
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#popup .mobile iframe {
    margin-bottom: 0;
}
