﻿.divOverlay{
	z-index:2	
}
.boxContainer {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    height: 75%;
    top: 10%;
    width: 80%;
    margin-left: 10%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-size: cover;
    background: rgba(50, 50, 50, .9);
    border: 2px solid #fff;
}

.ctaabbruchbutton{
    
}

.close button {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    cursor: pointer !important;
    background-color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 4px solid black !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    z-index: 1000 !important;
}

.close button::before {
    content: "\2715"; /* Unicode für das '✕' Zeichen */
    font-size: 25px; /* Größe des Symbols */
    color: black; /* Farbe des '✕' Symbols */
	font-weight: bold; /* Fetter Schriftstil */
    text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black; /* Textschatten für Fettdruck-Effekt */
}

.headline {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 25px;
    width: 95%;
}

.socialCta {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight:normal;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 100%;
    margin-top: -60px;
    width: 90%;
    margin-left: 5%;
}

.socialCtaunten {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight:normal;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 100%;
    margin-top: -60%;
    width: 90%;
    margin-left: 5%;
}

.shareContainer {
    position: absolute;
    height: 40px;
    top:50%;
	margin-top:-20px;
	left:50%;
	margin-left:-55px;
}

.fbShare, .tweet {
    display: block;
}

.fbshare-btn {
	font-family: Arial;
    position: relative;
    width: 110px;
    height: 40px;
    padding: 4px 0 4px 15px;
    background-color: #4862a3 !important;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(https://www.videolyser.de/images/facebook-icon1-white.png) !important;
    background-repeat: no-repeat !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    display: inline;
    outline: 0;
}

.fbshare-btn:hover {
    cursor: pointer;
    background-color: #4862f5;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.fbShare:hover .shareCounter {
    border: 2px solid #4862f5;
    -webkit-transition: border 0.4s ease-in;
    -moz-transition: border 0.4s ease-in;
    -o-transition: border 0.4s ease-in;
    transition: border 0.4s ease-in;
}

.shareCounter {
    position: absolute;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 7px 0 7px;
    height: 26px;
    border: 2px solid #4862a3;
    -webkit-transition: border 1s ease-out;
    -moz-transition: border 1s ease-out;
    -o-transition: border 1s ease-out;
    transition: border 1s ease-out;
    color: #4862a3;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    display: inline;
}

.twitter-btn {
	font-family: Arial;
    position: relative;
    width: 70px;
    text-decoration: none;
    height: 40px;
    padding: 11px 22px 12px 47px;
    background-color: #55acee;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(https://www.videolyser.de/images/twitter-icon.png);
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    display: inline;
    outline: 0;
}

.tweet:hover .twitterCounter {
    border: 2px solid #55ccee;
    -webkit-transition: border 0.4s ease-in;
    -moz-transition: border 0.4s ease-in;
    -o-transition: border 0.4s ease-in;
    transition: border 0.4s ease-in;
}

.twitter-btn:hover {
    cursor: pointer;
    background-color: #55ccee;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.twitterCounter {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    border: 2px solid #55acee;
    -webkit-transition: border 1s ease-out;
    -moz-transition: border 1s ease-out;
    -o-transition: border 1s ease-out;
    transition: border 1s ease-out;
    color: #55acee;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    padding: 9px 7px 10px 7px;
    display: inline;
}

@-moz-document url-prefix() {
.twitter-btn {
padding:10px 22px 11px 47px;
position: relative;
top:0;
}
}

@-moz-document url-prefix() {
.twitterCounter {
padding:8px 7px 9px 7px;
position: relative;
top:0;
}
}

.gplusShare {
    width: 110px;
    height: 40px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -65px;
}

.gplus-btn {
	font-family: Arial;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 50px;
    width: 110px;
    height: 40px;
    background-color: #DA4735;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(https://www.videolyser.de/images/gplus-icon.png);
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    outline: 0;
}

.gplusCounter {
    position: absolute;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 7px 0 7px;
    height: 26px;
    border: 2px solid #DA4735;
    -webkit-transition: border 1s ease-out;
    -moz-transition: border 1s ease-out;
    -o-transition: border 1s ease-out;
    transition: border 1s ease-out;
    color: #DA4735;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    display: inline;
}

.gplusIFrame:hover .gplus-btn {
    cursor: pointer;
    background-color: #FA4735;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.gplusIFrame {
    position: absolute;
    top: 50%;
    margin-top: 11px;
    left: 50%;
    margin-left: -20px;
    width: 110px;
    height: 40px;
    z-index: 2;//
    transform: scaleY(1.9);
    transform: scale(1.8,1.5);
}

.gplusIco {
    position: absolute;
    /*z-index: -1;*/
}

.googleplus {
    position: relative;
    /* - use this to position your share icon on your page -  */
}
.googlehider {
    opacity: 1;
    height: 110px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.mygoogle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 6px;
}
#___plusone_0 iframe {
    position: absolute !important;
    top: 10px !important;
    left: 35px !important;
    transform: scale(3,2) !important;
}

.socialBrand {
    /*color: #000;
    position: absolute;
    top: 100%;
    margin-top: -16px;
    left: 100%;
    margin-left: -160px;
    font-size: 10px;*/
	display:none;
}

.socialBrand a {
    /*color: #fff;*/
}

.weiterschauen-btn {
    position: relative;
    top: 85%;
    margin-right: 40px;
    float: right;
    width: 110px;
    height: 30px;
    padding: 5px 25px 5px 5px;
    background-color: #ccc;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    outline: 0;
}

.weiterschauen-btn:hover {
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

#vjs-image-overlay-holder {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

#vjs-image-overlay-holder img {
    height: 50%;
    margin: auto;
    cursor: pointer;
}


#vjs-image-overlay-holder-fbshare {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    top: 0;
    text-align: left;
}

#vjs-image-overlay-holder-fblike {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    top: 0;
    text-align: left;
}
#vjs-image-overlay-holder-twtweet {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    top: 0;
    text-align: left;
}

#vjs-image-overlay-holder-gshare {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    top: 0;
    text-align: left;
}

#vjs-image-overlay-holder-cta {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .8);
    top: 0;
    text-align: left;
}

#vjs-image-overlay-holder-emailoptin {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .8);
    top: 0;
    text-align: left;
}

#socialContainer {
    background-color: #ccc;
    position: absolute;
    top: 50%;
    height: 200px;
    margin-top: -100px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#boxContainer {
    position: absolute;
    top: 50%;
    height: 51px;
    margin-top: -25.5px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

.fbShareV1, .tweetV1, .gplusShareV1 {
    width: 183px;
    padding: 2px;
    display: inline;
}

#goon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    
}

.formContainer {
    margin-top: 30px;
}

.optinHeadline {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
}

.optinSubheadline {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
}

.text {
    margin: 0 auto;
    width: 50%;
}

.txtField {
	font-family: 'Open Sans', sans-serif;
    width: 80%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 5px;
    margin: 10px 20px 10px 0;
    position: relative;
    left: 10%;
    outline: 0;
    border: none;
    -moz-box-shadow: 0px 0px 5px 2px #fff;
    -webkit-box-shadow: 0px 0px 5px 2px #fff;
    box-shadow: 0px 0px 5px 2px #fff;
    -webkit-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    -moz-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    -o-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
}

.txtField:focus {
    -moz-box-shadow: 0px 0px 5px 2px #333;
    -webkit-box-shadow: 0px 0px 5px 2px #333;
    box-shadow: 0px 0px 5px 2px #333;
    -webkit-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    -moz-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    -o-transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
    transition: -moz-box-shadow, -webkit-box-shadow, box-shadow 0.5s ease;
}

.submit {
    margin: 0 auto;
    width: 60%;
}

.submitBtn {
	font-family: 'Open Sans', sans-serif;
    width: 70%;
    margin: 10px;
    height: 40px;
    position: relative;
    left: 15%;
    margin-top: 25px;
    border: none;
    outline: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.75s ease;
    -moz-transition: background 0.75s ease;
    -o-transition: background 0.75s ease;
    transition: background 0.75s ease;
    background: #0088CC;
}

.submitBtn:hover {
    -webkit-transition: background 0.75s ease;
    -moz-transition: background 0.75s ease;
    -o-transition: background 0.75s ease;
    transition: background 0.75s ease;
    background: #43ADDF; /* Old browsers */
}

input.image{
	width: 20%;
    height: 40px;
    position: relative;
    left: 40%;
    margin-top: 25px;
}

.emailoptinBtn {
    font-family: 'Open Sans', sans-serif;
    width: 300px;
    margin: 10px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -40px;
    border: none;
    outline: 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.75s ease;
    -moz-transition: background 0.75s ease;
    -o-transition: background 0.75s ease;
    transition: background 0.75s ease;
    background: #0088CC;
}

.emailoptinBtn:hover {
    -webkit-transition: background 0.75s ease;
    -moz-transition: background 0.75s ease;
    -o-transition: background 0.75s ease;
    transition: background 0.75s ease;
    background: #43ADDF; /* Old browsers */
}

.emailoptin_fehler {
    width: 400px;
    margin: 0 auto;
}

.skipBtn {
    position: absolute;
    top: 100%;
    margin-top: -75px;
    left: 50%;
    margin-left: -95.5px;
    z-index: 1000;
}

.skipBtn a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.75s ease;
    -moz-transition: color 0.75s ease;
    -o-transition: color 0.75s ease;
    transition: color 0.75s ease;
}

.skipBtn a:hover {
    -webkit-transition: color 0.75s ease;
    -moz-transition: color 0.75s ease;
    -o-transition: color 0.75s ease;
    transition: color 0.75s ease;
    color: #0088CC; /* Old browsers */
}

.skipBtn span {
    font-size: 24px;
    margin-right: 10px;
}

#vjs-image-overlay-holder-emailoptinbestat {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .8);
    top: 0;
    text-align: left;
}