/* stile für cam-übersichten */
.camprev-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width:100%;
  display:block;
  overflow:hidden;
  height:30px;
  color: #ccc;
  line-height: 30px;
  font-size: 0.9em;
  padding-left: 6px;
}

.cambox {
  height: 160px;
  overflow: hidden;
  position: relative;
}



.cambox-big {
  height: 380px;
}

.camwrapper {
  padding: 2px;
}
.cambg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 2.5s;
}

.cambadges {
  position: absolute;
  opacity: 1.0;
  transition: all .5s;
  padding: 4px;
  transform: translate(0px,0px)
}

.cambadges2 {
  position: absolute;
  padding: 4px;
  left: 8px;
  top: 8px;
}
.cambadges2 span {
  font-size: 1.2em;
  box-shadow: 0px 0px 8px rgba(0,0,0,1.0);
}
.camfeatures {
  position: absolute;
  opacity: 0.0;
  transition: all .5s;
  padding: 4px;
  transform: translate(-10px,0px)
}

.camfeatures2 {
  position: absolute;
  padding: 4px;
  bottom: 0px;
  left: 150px;
}

.cambox:focus .cambg,.cambox:hover .cambg {
  transform: scale(1.05);
}

.cambox:focus .cambadges,.cambox:hover .cambadges {
  opacity: 0.0;
  transform: translate(10px,0px)
}

.cambox:focus .camfeatures,.cambox:hover .camfeatures {
  opacity: 1.0;
  transform: translate(0px,0px)
}

.pl {
  padding: 2px;
}

.cambox .badge {
  padding: 0.5em;
}

.flag {
  position: absolute;
  right: 4px;
  width: 10px;
  height: 10px;
  top: 10px;
  background-size: 100%;
}

.germany {
  background-image: url(../flags/germany.png);
}
.badge-lg {
  font-size: 1.05em !important;
}



/* stile für profilseite */
.profileheader {
  padding: 10px;
}

.profileheader h4 {
  margin-left: 145px;
  margin-bottom: 8px;
}

.profileheader small {
  color: #888 !important;
  margin-left: 145px;
  font-size: 1.0em;

}

.profilepic {
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 4px;
  position: absolute;
  top: -70px;
  left: 16px;
  border-radius: 130px;
  object-fit: cover

}

.carouselpic {
  width: 100%;
  height: 340px;
  object-fit: cover
}


.profilecard {
  min-height: unset;
  max-height: unset;
  overflow-y: auto;
  margin-bottom: 10px;
}




/* stile für cta-buttons */
.ctacard {
  position: absolute; 
  min-width: 200px; 
  height: 40px; 
  right: 20px; 
  top: 10px; 
  box-shadow: none;
  z-index: 100;
}

.ctabutton {
  width: 100%;
  height: 40px;
  font-size: 1.3em !important;
box-shadow: 0px 0px 8px; 
}

.profileh1 {
  padding-left: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4em;

}

.profileh2 {
  padding-left: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;

}

.videoh2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4em;
}

.videoh1 {
  padding-right: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
}


/* einige stile müssen für die mobile-version angepasst werden */
@media (min-width: 768px) {
  .profilecard {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
  }

  .ctacard {
    position: absolute; 
    min-width: 280px; 
    height: 60px; 
    right: 30px; 
    bottom: -30px; 
    top: unset;
    box-shadow: none;
    z-index: 100;
  }

  .ctacardvideo {
    position: static; 
    min-width: 280px; 
    height: 60px; 
    top: unset;
    box-shadow: none; 
    z-index: 100;
  }
  
  .ctabutton {
    height: 60px;
    font-size: 1.5em !important;
  }
  
}


/* stile für videoseiten */

.videoprev-info {
	position: absolute;
	top: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width:100%;
	display:block;
	overflow:hidden;
  color: #ccc;
  font-size: 0.9em;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  font-weight: normal;
}

.videoprev-more {
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width:100%;
	display:block;
	overflow:hidden;
  height:48px;
  min-height: 48px;
  color: #ccc;
  line-height: 14px;
  font-size: 0.8em;
  padding: 4px;
  text-overflow: ellipsis;

}



.videobox {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.videobox .cambg {
  background-size: 150%;
}

.videoprofilepic {
  width: 40px; 
  height: 40px; 
  border: solid 2px; 
  right: 100px;
  left: unset;
  right: 10px;
  top: -2px;
  border-radius: 40px;
  position: absolute;
}


.playicon {
position: absolute;left: 42%;top: 28%;
}

.playicon-small {
position: absolute;left: 42%;top: 33%;
}



/* stile für anmeldefenster */
.cpb_regist_wrapper {
  position: fixed; 
  left: 0px; 
  top: 0px; 
  width: 100vw; 
  height: 100vh;
  display: none;
  background-color: rgba(0,0,0,0.5);
  z-index: 100000;
}

.cpb_regist_content {
    max-width: 700px;
    width: 85vw;
    height: 500px;
    background-color: rgba(255,255,255,1.0);
    margin: auto;
    position: relative;
    top: 20px;
    box-shadow: 0px 0px 8px;
}

.cpb_regist_image {
  left: 20px;
  top: 20px;
  width: 300px;
  height: 460px;
  position: absolute;
  box-shadow: 0px 0px 2px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cpb_regist_header {
  width: 300px;
  left: 360px;
  position: absolute;
  top: 20px;
  font-size: 26px;
  font-weight: bold; 
}

.cpb_regist_intro {
  width: 300px;
  left: 360px;
  position: absolute;
  top: 100px;
}

.regist-777-email {
  width: 240px !important;
  height: 30px;
  margin-left: 370px;
  margin-right: 30px;
  top: 150px;
  position: absolute;
}

.regist-777-button {
  width: 240px !important;
  height: 30px;
  margin-left: 370px;
  margin-right: 30px;
  top: 200px;
  position: absolute;
}

.regist-777-errormsg-wrapper,.regist-777-successmsg-wrapper {
  position: absolute;
  left: 10%;
  width: 80%;
  padding: 20px;
  background-color: rgba(0,0,0,0.8) !important;
  text-align: center;
  color: #fff;
  top: 270px;
  border-radius: 4px;
}

.cpb_regist_dismiss {
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}


@media (max-width: 800px) {

	.cpb_regist_content {
	    height: 380px;
	}

	.cpb_regist_image {
	  left: 30px;
	  top: 20px;
	  right: 30px;
	  width: unset;
	  height: 140px;
	  position: absolute;
	  box-shadow: 0px 0px 2px;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}

	.cpb_regist_header {
	  width: unset;
	  left: 30px;
	  right: 30px;
	  top: 180px;
	  position: absolute;
	  text-align: center;
	}

	.cpb_regist_intro {
	  width: unset;
	  left: 30px;
	  right: 30px;
	  top: 230px;
	  text-align: center;
	}

	.regist-777-email {
	  width: 220px !important;
	  left: 30px;
	  right: 30px;
	  top: 260px;
	  height: 30px;
	  margin-left: unset;
	  margin-right: unset;
	  margin: auto;
	  position: absolute;
	  text-align: center;
	}

	.regist-777-button {
	  width: 220px !important;
	  left: 30px;
	  right: 30px;
	  top: 300px;
	  height: 30px;
	  margin-left: unset;
	  margin-right: unset;
	  margin: auto;
	  position: absolute;
	  text-align: center;
	}

	.regist-777-errormsg-wrapper,.regist-777-successmsg-wrapper {
	  position: absolute;
	  left: 10%;
	  width: 80%;
	  padding: 20px;
	  background-color: rgba(0,0,0,0.8) !important;
	  text-align: center;
	  color: #fff;
	  top: 350px;
	  border-radius: 4px;
	}
	
	.btn-group {
		flex-wrap: wrap !important;
	}

}

/* übergreifende stile */
.entry-header {
  display: none;
}

.site-content {
  padding-top: 8px !important;
}

.relative {
  position: relative !important;
}

.camfeatures span {
  margin-right: 4px;
}
.camfeatures2 span {
  margin-right: 4px;
}



/* mit dieser klasse zeichnet man elemente aus, die das anmeldefenster auslösen */
.clicktoregister {
  cursor: pointer;
}


/* übergreifende stile */
.entry-header {
  display: none;
}

.site-content {
  padding-top: 8px !important;
}

.relative {
  position: relative !important;
}


/* mit dieser klasse zeichnet man elemente aus, die das anmeldefenster auslösen */
.clicktoregister {
  cursor: pointer;
}