.tinyaward {
    position: fixed;
    height: 380px;
    width: 210px;
    z-index: 9999;
    top: 270px;
    left: 40px;
    transition: all .5s ease-in-out;
}
.tinyaward:hover {
    top: 50px;
    transition: all .5s ease-in-out;
}

.tinyaward img {width: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tinyaward:hover img {width: 70%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tinyaward img:nth-child(n+2) {margin-top: -42%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.tinyaward:hover img:nth-child(n+2) {margin-top: 0%; cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}


.tarifdetail20 {
    border-radius: 3px;
    position: relative;
    margin: 5px;
    box-shadow: 2px 2px 5px #192844;
}

.tarifdetail20 .tdprice {
    background-color: #192844; color: #fff; border-radius: 3px;
    position: relative;
    box-shadow: 2px 2px 5px #192844;
}

.tarifdetail20 .tdhead {
background: -moz-linear-gradient(top,  rgba(25,40,68,0.09) 0%, rgba(25,40,68,0.09) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(25,40,68,0.09) 0%,rgba(25,40,68,0.09) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(25,40,68,0.09) 0%,rgba(25,40,68,0.09) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17192844', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
width: 100%; 
height: auto;
padding: 20px;
}

.tarifdetail20 .tdfooter {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(25,40,68,0.09) 99%, rgba(25,40,68,0.09) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(25,40,68,0.09) 99%,rgba(25,40,68,0.09) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(25,40,68,0.09) 99%,rgba(25,40,68,0.09) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#17192844',GradientType=0 ); /* IE6-9 */
width: 100%; height: auto;    padding: 20px;

}

.tarifdetail20 .tdcontent {
    width: 100%; 
    height: auto; 
    padding: 0px 20px 0px 20px;
}

.tarifdetail20 .tdcontent ul {top: 10px;left: -25px;}
.tarifdetail20 .tdcontent ul li {margin-bottom: 5px;}
.tarifdetail20 .tdcontent ul li span {top: -4px; position: relative; left: 10px;}

.partnerrefcol {border: 1px solid #192844; padding-left: 0px !important; margin-bottom: 10px;}
.partnerrefcol div {background-color: #192844; height: 20px;}

.skillPoint {padding: 0px 7px 1px 8px; border: 1px solid #192844; border-radius: 3px; background-color: #192844; color: #fff; position: relative;}
.skillPoint:hover {padding: 0px 7px 1px 8px; border: 1px solid #192844; border-radius: 3px; background-color: #fff; color: #192844; cursor: pointer;}

.skillPoint:hover .partnertooltip {
    width: 300px;
    height: auto;
    display: block; }

.partnertooltip {
    display: none;
    z-index:9000;
    background-color: #fff;
    margin: 30px 50px 50px 10px;
    border: 1px solid #192844;
    padding: 10px;
    color: #192844;
    position: absolute;
    left: 0px;
}

.partnertooltip:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #192844;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #192844;
  right: 260px;
  top: -20px;}
  
.partnertooltip:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 9px solid #fff;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 261px;
  top: -18px;
}

.coronaButton {background-color: #ff5d19; color: #fff; order: 0px; padding: 5px 12px;}
.doNotShow {display: none;}

.popupgray {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 650px;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.popupgray .popupgauge {
    background: none repeat scroll 0 0 #ffffff;
    left: 25%;
    min-height: 10%;
    position: absolute;
    top: 15%;
    width: 50%;
    z-index: 121;
}
.popupgray .popupgauge span {
    display: block;
    font-family: "ssr";
    font-size: 2.5em;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.popupgray .popupgauge p {
    display: block;
    font-family: "ssr";
    font-size: 1.5em;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.popupgray .popupgauge i {
    color: #97BF0D;
    display: block;
    font-size: 5em;
    left: 50%;
    margin: 20px 0 20px -80px;
    position: relative;
    text-align: center;
    width: 160px;
}

.nobg {
    background: none !important;
}

.ex-wgb {
    font-weight: normal !important;
}

@media (min-width: 1200px) {
    .bk-dp {
        margin-top: 230px;
    }
    .bk-header {
        background-size: unset !important;
    }
}

@media (max-width: 1199px) {
    .bk-bestellen {
        width: 100%;
    }
    .bk-header {
        background-size: cover !important;
    }
}

@media (max-width: 991px) {

    .baukasten-video {
        display: block;
        margin: auto;
    }
    
    .bk-bestellen {
        display: block;
        margin: auto;
        width: 50%;
        margin-top: 20px;
    }
    
    .no-mobile {
        display: none!important;
    }
}

@media (max-width: 767px) {
        .bk-bestellen {
        display: block;
        margin: auto;
        width: 80%;
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .baukasten-video {
        width: 400px;
    }
}

@media (max-width: 479px) {
    .bk-bestellen {
        font-size: 20px;
    }
}

@media (max-width: 460px) {
    .baukasten-video {
        width: 300px;
    }
}

@media (max-width: 400px) {
    .bk-bestellen {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .action_button_container .button-m {width: 100%;}
    .action_button_container .button-b {width: 100%;}
}

@media (min-width: 768px) {
    .bk-bestellen {
        margin-left: 130px;
    }
}

.ex-wgb {
    color: #fff;
    background: #ff5d19;
    padding: 0 40px 10px 20px;
    font-family: 'ssr';
    width: auto;
    font-size: 2.6em;
    position: relative;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/************************ Presse-Akkordeon ***************************/

.presse-header {
   /* background-color: rgba(25,40,48,0.05); 
    background-color: #FFE6DC;*/
    border-radius: 5px;
    text-align: center;
    padding: 20px 20px 20px 20px;
}

@media (min-width: 450px) {
    .presse-header {
   /* background-color: rgba(25,40,48,0.05); */
   background-color: #FFE6DC;
    }
}
@media (max-width: 768px) {
    .presse-head {
        padding-top: 20px;
    }
    .presse-akkordeon__content br {
        display: initial;
    }
    .presse-header br {
        display: initial;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .presse-head {
        padding-top: 50px;
    }
}
@media (max-width: 680px) {
    .presse-label {
        max-width: 95%;
    }
}

.presse-header h3 {
    border-bottom: 3px double #ffd5c4;
}

.presse-header h6 {
    text-align: left;
    padding-left: 1%;
}

#presse-akkordeon {
    text-align: center;
}

.presse-inhalt {
    text-align: left;
}

.presse-akkordeon {
   /* transform: translate(-50%, -50%); */
}

input[name="panel"] {
    display:none;
}

.presse-label {
    position: relative;
    display: block;
    padding: 1em;
    border: 1px solid gray;
    border-radius: 8px;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-label:after {
    content: '+';
    position: absolute;
    right: 1em;
    width: 1em;
    height: 1em;
    color: light-grey;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255,93,25,1);
    text-shadow: 0 1px 0 rgba(#000,.75);
}
.presse-label:hover {
    /* color: rgba(255,93,25,1); */
}
.presse-input:checked + .presse-label {
   /* color: rgba(255,93,25,1); */
}
.presse-input:checked + .presse-label:after {
    content: '-';
    line-height: .8em;
}
.presse-akkordeon-1__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-akkordeon-2__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-akkordeon-3__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-akkordeon-4__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-akkordeon-5__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
.presse-akkordeon-6__content {
    overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.5s cubic-bezier(0.865, 0.140, 0.095, 0.870);
}
input[name='panel-1']:checked ~ .presse-akkordeon-1__content {
    max-height: 300em;
}
input[name='panel-2']:checked ~ .presse-akkordeon-2__content {
    max-height: 300em;
}
input[name='panel-3']:checked ~ .presse-akkordeon-3__content {
    max-height: 300em;
}
input[name='panel-4']:checked ~ .presse-akkordeon-4__content {
    max-height: 300em;
}
input[name='panel-5']:checked ~ .presse-akkordeon-5__content {
    max-height: 300em;
}
input[name='panel-6']:checked ~ .presse-akkordeon-6__content {
    max-height: 300em;
}
.presse-akkordeon__header {
    font-size: 2.2em;
    text-align: center;
}

/* Sold Out Button */
.sold-out-btn {
    pointer-events:none; 
    background-color:gray;
}
.sold-out-p {
    margin-top: -42px;
    color: #fff;
    font-weight: 700;
    transform: rotate(10deg);
    background-color: #ff5d19;
    padding: 5px 5px 15px 5px;
    padding-bottom: 15px;
    height: 31px;
    opacity: 0.9;
    border-radius: 3px;
}

/************************************************************/

@media (max-width: 768px) {
    html {
    overflow-x: unset !important;
    }
}

.whdj2019 {
    position: fixed;
    background-image: url("https://www.webgo.de/assets/images/misc/auszeichnungen/webgo-ist-webhoster-des-jahres-2019-Hattrick.png");
    height: 300px;
    width: 300px;
    z-index: 9999;
    top: 230px;
    left: 40px;
    background-size: 100%;
}

.netaward {
    position: fixed;
 /*   background-image: url("https://www.webgo.de/assets/images/misc/auszeichnungen/webgo-homepage-baukasten_netzwelt-testsieger_02-19-250px.jpg"); */
    height: 171px;
    width: 200px;
    z-index: 9999;
    top: 230px;
    left: 40px;
    background-size: 100%;
}

.header-15 {
    max-height: 400px;
}

.header-15::after {
    content: " ";
    background-image: url('../../assets/images/sign.svg');
    position: absolute;
    top: 400px;
    left: 47.5vw;
    width: 8vw;
    height: 49px;
    background-repeat: no-repeat;
}

.prices-table-15 tr {
    border-bottom: 1px solid #ced7e0;
}

.prices-table-15 td {
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
}

.table-center {
    margin-left: auto;
    margin-right: auto;
}

.pflanzmich {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.pflanzmich img {
    max-width: 220px;
    width: 23.376%;
}

.polyimg-om:before {
    background-image: url('../poly/onlinemarketing-poly.svg')
}

.omGraphSpace {height: 23vw;}

.btn-orange:hover span {
    text-decoration: none !important;
    color: white !important;
}

.transbg_9 {
    background-color: rgba(255,255,255,.9) !important;
}

.coming-soon {
    pointer-events: none;
}

.coming-soon * {
    opacity: .9;
}

.coming-soon::after {
    content: "Bald hier verfügbar!";
    color: #fff;
    font-size: 60px;
    position: absolute;
    left: 5em;
    top: 8em;
    opacity: 1;
    font-weight: 600;
    -webkit-text-stroke: 0px #192844;
    background: #ff5d19;
    padding: 1em;
    transform: rotate(7deg);
}

.coming-soon-2 {
    pointer-events: none;
}

.coming-soon-2 * {
    opacity: .7;
}

.coming-soon-2::after {
    content: "Bald wieder verfügbar!";
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: 1em;
    top: 7em;
    opacity: 1;
    font-weight: 600;
    -webkit-text-stroke: 0px #192844;
    background: #ff5d19;
    padding: 1em;
    transform: rotate(7deg);
}

.ml2em {
    margin-left: 2em;
}

.mt2em {
    margin-top: 2em;
}

.mt1em {
    margin-top: 1em;
}

.pb2em {
    padding-bottom: 2em;
}

figure img {
    width: 95% !important;
}

/* cmsSlider */
.cmsSlider {
    overflow-x: hidden;
}

#slide02:checked ~ .cmsSliderElements {
    left: -100%;
}

#slide03:checked ~ .cmsSliderElements {
    left: -200%;
}

#slide04:checked ~ .cmsSliderElements {
    left: -300%;
}

#slide05:checked ~ .cmsSliderElements {
    left: -400%;
}

.cmsSliderElements,
.cmsSliderElements figure,
.cmsSliderControls {
    margin: 0;
}

.cmsSliderElements {
    list-style: none;
    width: 500%;
    position: relative;
    left: 0;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}

.cmsSliderElements > li {
    float: left;
    width: 20%;
    position: relative;
}

.cmsSliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.cmsSliderElements img {
    width: 100%;
    height: auto;
}

.cmsSlider input {
    position: absolute;
    left: -99999px;
}

.cmsSliderControls {
    text-align: center;
}

.cmsSliderControls li {
    display: inline-block;
}

.cmsSliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #192844;
    color: #ff5d19;
}

.cmsSliderControls label:hover,
#slide01:checked ~ .cmsSliderControls label[for="slide01"],
#slide02:checked ~ .cmsSliderControls label[for="slide02"],
#slide03:checked ~ .cmsSliderControls label[for="slide03"],
#slide04:checked ~ .cmsSliderControls label[for="slide04"],
#slide05:checked ~ .cmsSliderControls label[for="slide05"] {
    background: #ddd;
    color: #fff;
}
.emergencyboxnew {
    background-color: #ff5d19;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.emergencyboxnew-headline{
    color: white;
    display: inline;
    font-size: medium;
}

.emergencyboxnew-message{
    color: white;
    display: inline;
    font-size: small;
    padding-left: 20px;

}

.emergencyboxnew-message > a{
    color: white;
    text-decoration: underline;

}

@media (min-width: 320px) and (max-width: 800px) {
    .emergencyboxnew-message{
        display: block;
    }
}
